ergo-lib 0.9.0

ErgoTree interpreter and wallet-like features for Ergo
Documentation

Latest Version Documentation

Features:

  • Transactions, boxes, etc.;
  • JSON serialization;
  • Box builder(with mint token support);
  • Transaction creation(builder) and signing;
  • Box selection for funds and assets (with token burning support);

ErgoScript Language

ErgoScript Language Description

ErgoTree interpreter

To check what IR nodes are implemented check out ergotree-ir README.

Crate features

json (default feature)

JSON serialization for chain types using serde.

compiler (default feature)

Compile ErgoTree from ErgoScript via Contract::compile.